<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the maximum value in a list of arguments.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">MAX(Number 1; Number 2; ...Number 30)</p>
<p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are numerical arguments, the largest of which must be determined. Each number can also be replaced by a reference.</p>
<p class="Head3">Example</p>
<p class="Paragraph">=MAX(A1;A2;A3;50;100;200) returns the largest value from the list.</p>
<p class="Paragraph">=MAX(A1:B100) returns the largest value from the list.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the maximum value in a list of arguments. In opposite to MAX, here you can enter text. The value of the text is 0.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">MAXA(Value 1; Value 2; ... Value 30)</p>
<p class="Paragraph"><span class="T1">Value 1; Value 2;...Value 30</span> are arguments, the largest value of which must be determined. Each value can be replaced by a reference. Text will have the value of 0.</p>
<p class="Head3">Example</p>
<p class="Paragraph">=MAXA(A1;A2;A3;50;100;200;Text) returns the largest value from the list.</p>
<p class="Paragraph">=MAXA(A1:B100) returns the largest value from the list.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the median of a set of numbers. In a set containing an uneven number of values, the median will be the number in the middle of the set and in a set containing an even number of values, it will be the mean of the two values in the middle of the set.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">MEDIAN(Number 1; Number 2; ...Number 30)</p>
<p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are arguments, which represents a sample. Each number can also be replaced by a reference.</p>
<p class="Head3">Example</p>
<p class="Paragraph">If (odd number): =MEDIAN(1, 5, 9, 20, 21), the list will return 9 as the median value.</p>
<p class="Paragraph">(even number): =MEDIAN(1, 5, 9, 20) returns the average of the two middle values 5 and 9, thus 7.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the minimum value in a list of arguments.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">MIN(Number 1; Number 2; ...Number 30)</p>
<p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are numerical arguments, the smallest of which must be determined. Each number can also be replaced by a reference.</p>
<p class="Head3">Example</p>
<p class="Paragraph">=MIN(A1:B100) returns the smallest value in the list.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the minimum value in a list of arguments.Here you can also enter text. The value of the text is 0.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">MINA(Value 1; Value 2; ... Value 30)</p>
<p class="Paragraph"><span class="T1">Value 1; Value 2;...Value 30</span> are arguments, the smallest value of which must be determined. Each value can be replaced by a reference. Text will have the value of 0.</p>
<p class="Head3">Example</p>
<p class="Paragraph">=MINA(1; Text; 20) returns the smallest value in the list.</p>
<p class="Paragraph">=MINA(A1:B100) returns the smallest value in the list.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the average of the absolute deviations of data points from their mean.</help:help-text> Displays the diffusion in a data set.</p>
<p class="Head3">Syntax</p>
<p class="Paragraph">AVEDEV(Number 1; Number 2; ...Number 30)</p>
<p class="Paragraph"><span class="T1">Number 1, Number 2,...Number 30</span> are arguments that represent a sample. Each number can also be replaced by a reference.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the average of the arguments.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">AVERAGE(Number 1; Number 2; ...Number 30)</p>
<p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are numerical arguments, which represent a sample taken from a population. Each number can also be replaced by a reference.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the average of the arguments. The value of a text is 0.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">AVERAGEA(Value 1; Value 2; ... Value 30)</p>
<p class="Paragraph"><span class="T1">Value 1; Value 2;...Value 30</span> are arguments, which represent a sample taken from a population. Each value can be replaced by a reference. Text will have the value of 0.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the most common value in a data set.</help:help-text> If there are several values with the same frequency, it returns the smallest value. An error occurs when a value doesn't appear twice.</p>
<p class="Head3">Syntax</p>
<p class="Paragraph">MODE(Number 1; Number 2; ...Number 30)</p>
<p class="Paragraph"><span class="T1">Number 1; Number 2;...Number 30</span> are numerical arguments, which represent a sample. Each number can also be replaced by a reference.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the inverse of the normal cumulative distribution.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">NORMINV(Number; MW; STD</p>
<p class="Paragraph"><span class="T1">Number</span> represents the probability value according to which the inverse normal distribution should be calculated.</p>
<p class="Paragraph"><span class="T1">MV</span> represents the middle value in normal distribution.</p>
<p class="Paragraph"><span class="T1">STD</span> represents the standard deviation of the normal distribution.</p>
<p class="Head3">Example</p>
<p class="Paragraph">=NORMINV(0,9; 63; 5) returns 69,41. If the average egg weighs 63 grams with a standard deviation of 5, then there will be 90% probability that the egg will not be heavier than 69.41g grams.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the standard normal cumulative distribution.</help:help-text></p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the values of the distribution function for a standard normal distribution.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">PHI(Number)</p>
<p class="Paragraph"><span class="T1">Number</span> represents the value based on which the standard normal distribution is calculated.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the k-th percentile of values in a range.</help:help-text> A percentile returns the scale value of a data series which goes from the smallest to the largest value of the data series on the <span class="T1">Alpha</span> percent . For <span class="T1">Alpha</span> = 25%, the percentile means the first quartile; <span class="T1">Alpha</span> = 50% is the MEDIAN.</p>
<p class="Head3">Syntax</p>
<p class="Paragraph">PERCENTILE(Data;Alpha)</p>
<p class="Paragraph"><span class="T1">Data</span> represents the array of data.</p>
<p class="Paragraph"><span class="T1">Alpha</span> represents the percentage record of the percentile between 0 and 1.</p>
<p class="Head3">Example</p>
<p class="Paragraph">=PERCENTILE(A1:A50; 0,1) represents the value in the data rows, which equals 10% of the total data span in A1:A50.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the percentage rank of a value in a sample.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">PERCENTRANK(Data; Value)</p>
<p class="Paragraph"><span class="T1">Data</span> represents the array of data in the sample.</p>
<p class="Paragraph"><span class="T1">Value</span> represents the value whose percentile rank must be determined.</p>
<p class="Head3">Example</p>
<p class="Paragraph">=PERCENTRANK(A1:A50; 50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.</p>
<p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the quartile of a data set.</help:help-text></p>
<p class="Head3">Syntax</p>
<p class="Paragraph">QUARTILE(Data; Type)</p>
<p class="Paragraph"><span class="T1">Data</span> <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>represents the array of data in the sample.</p>
<p class="Paragraph"><span class="T1">Type</span> represents the type of percentile. (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)</p>
<p class="Head3">Example</p>
<p class="Paragraph">=QUARTILE(A1:A50; 2) returns the value of which 25% of the scale corresponds to the lowest to highest values in the range A1:A50.</p>